MessageFormatException(String) Constructor
Initializes a new instance of the MessageFormatException class with the specified error message.
Namespace: Independentsoft.Email.MimeAssembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
public MessageFormatException(
string message
)
Public Sub New (
message As String
)
Parameters
- message String
- Error description.